/*样式初始化及公共样式部分lpm*/

body {
    color: #666;
    font-size: 13px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}

a {
    color: #666;
    text-decoration: none;
}


/*定义全局链接颜色lpm*/

a:hover {
    color: #7bcf36;
    text-decoration: none;
    border-bottom-style:
}


/*定义全局链接鼠标滑过颜色lpm*/

div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}


/*主要标签的样式初始化lpm*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/*清除左右浮动lpm*/

.fl {
    float: left;
}


/*定义左浮动lpm*/

.fr {
    float: right;
}


/*定义右浮动lpm*/

.cp img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}


/*定义标签调用图片的边框样式lpm*/

.cp a:hover img {
    border: 1px solid #ed6c00;
    padding: 2px;
    background: #fff;
}


/*定义鼠标经过时边框的变化效果lpm*/

#copy {
    display: none;
}

.box{width:1200px;
    height: auto;
    margin: 0 auto;}
/*隐藏后台自带版权DIVlpm*/

/*定义版面统一宽度lpm*/

.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
.en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}


.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top10 {
    padding-top: 10px;
}

.top40 {
    padding-top: 40px;
}

.top45 {
    padding-top: 45px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}
.top80 {
    padding-top: 80px;
}
.top90 {
    padding-top: 90px;
}
.top100 {
    padding-top: 100px;
}
.bg{ width: 100%; min-width: 1200px;}

@-webkit-keyframes test {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}


 @keyframes icon-bounce {
  0%, 100% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  25% {-webkit-transform: rotate(15deg);transform: rotate(15deg);}
  50% {-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}
  75% {-webkit-transform: rotate(5deg);transform: rotate(5deg);}
  85% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes icon-bounce {
  0%, 100% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  25% {-webkit-transform: rotate(15deg);transform: rotate(15deg);}
  50% {-webkit-transform: rotate(-15deg);transform: rotate(-15deg);}
  75% {-webkit-transform: rotate(5deg);transform: rotate(5deg);}
  85% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
/*抬头*/
#head_bg{background: #2454ac;width: 100%;min-width: 1200px;height: 40px;line-height: 40px;color: #fff;font-size: 13px;}
/*导航*/
#top_bg{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228114632_389452106.jpg)no-repeat center;width: 100%;min-width: 1200px;height: 111px;}
.logo{margin-top: 6px;}
.name{margin-top: 15px;margin-left: 19px;}
.name p{font-size: 16px;color: #2454ac;margin-top: 3px;}
.nav{width: 100%; height: 38px;}
.NavCeshi{margin-top:42px;}
.nav>ul>li{ float: left; display: block; width:97px; position: relative;margin-left:16px; height:68px;}
.nav ul li a{ display: block; line-height: 35px; color: #333; font-size: 15px; text-align: center; position: relative; z-index: 3333}
.nav ul li:after,.nav ul li:after{content: ''; display: block; background:url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228135032_1757809782.jpg);width: 100%; height: 35px; position: absolute; top:0px; left: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;z-index: 2222}
.nav ul li.navcurrent:after,.nav ul li:hover:after{ opacity: 1; filter: alpha(opacity=100); top: 0;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a {margin: 0 auto;color: #fff;}


.nav ul li>ul{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;width: 210px;border-top: #2454ac 3px solid;opacity: 0;visibility: hidden;transform: translate3d(26px, 10px, 0px);-moz-transform: translate3d(26px, 10px, 0px);-webkit-transform: translate3d(26px, 10px, 0px);z-index: 9999;left:-80px;top: 72px;}
.nav ul li>ul li>a{background: #2454ac;-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .1);box-shadow: 0 6px 10px rgba(0, 0, 0, .1); padding: 14px 0 14px 30px;width: 180px;height: 20px;line-height: 20px;display: block;color: #fff;font-size: 13px;text-align: left;    -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;    -webkit-transition-property: color, background, text-indent, opacity;    transition-property: color, background, text-indent, opacity;}
.nav ul li>ul li>a:hover{background: #fff; text-indent: 10px;color: #2454ac;}
.nav ul li:hover > ul {opacity: 1;visibility: visible;transform: translate3d(26px, -6px, 0px);-moz-transform: translate3d(26px, -6px, 0px);-webkit-transform: translate3d(26px, -6px, 0px);-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}

.nav ul li>ul li{ position: relative;margin-left: 0px;width: 100%;}
.nav ul li>ul li div{position: absolute; top:0; left:210px;  opacity: 0; background:#fff; }
.nav ul li>ul li:hover div{opacity: 1;}
.nav ul li ul li div a{display:none; width:120px; float:left; text-align:center; line-height:62px;}
.nav ul li>ul li:hover div a{display:block; }
.nav ul li>ul li:hover div a:hover{ background:#eee; color:#2454ac;}


/* banner */
.banner{ overflow: hidden;background:#eee}
.banner-box{ min-width:1200px; height:600px; position:relative; margin:0 auto; }
.banner-box .bd{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:600px; background-position: center; background-repeat: no-repeat; }
.banner-box .bd li a{ display:block; background-size:auto; width: 100%; height:600px;}
.banner-btn{ width: 100%; position: absolute; bottom:20px; left: 0; margin-left: 0; height:15px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:90px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner-btn a.prev{ left:-50px; background:url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229161239_998028523.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229161239_998028523.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul { width: 1100px; margin: 0 auto; text-align: center; }
.banner-box .hd ul li{ width:15px; height:15px; border-radius:20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out; text-align: center; position: relative; z-index: 1111; }
.banner-box .hd ul li.on{ background:#2454ac; width:40px; }
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }


/*搜索*/
	.search_bg{width: 100%; min-width:1200px; height:80px; margin:0 auto;border-bottom: 1px #eee solid;}
	#search{ color: #999;
		width:1200px;	
		height:80px;
		margin:0 auto;
		line-height:80px;
		
		
		}
	.search_01{ float:left; width:600px; padding-left:2px;}
.search_01 a{font-size: 14px;}
.search_01 a:hover{color: #ed0626;}
	.search_02 form{padding-left:0;}
	.search_02{
		height:38px;
		width:274px;
		overflow:hidden;
		margin-top:22px;
		float:right;
		}

	.search-i{ 
		width:55px; 
		overflow:hidden; 
		height:38px;
		}
	.search-bg{
		float:left;
		width:208px;
		height:38px;
		overflow:hidden;
		padding-left:10px;
    background: #eee;
        border-radius: 50px 0px 0px 50px;
        border-right:none;
		}
/*产品中心*/
.prod_t{text-align: center;margin-bottom: 32px;}
.prod_t p{font-size:50px;color: #333;margin-bottom:20px;}
.prod_t span{display: block;font-size: 18px;color: #999;margin-top: 23px;}
.list{width: 260px;}
.list_t{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228144254_2134334973.jpg)no-repeat center;height: 171px;color: #fff;text-align: center;}
.list_t span{font-size: 14px;}
.list_t p{font-size: 26px;padding-top: 55px;}
.list_d{border: 1px #ccc solid;width: 258px;border-top: none;}
.list_d table{width: 100%;}
.list_d table tr:first-child td{margin-top: 36px;}
.list_d table tr td{display: block;width: 205px;height: 42px;background: #2454ac;border-radius: 50px; margin: 0 auto;margin-bottom: 28px;position: relative;}
.list_d table tr td:hover{background: #7bcf36;}
.list_d table tr td:hover:before{background: #2454ac;}
.list_d table tr td:before{content:"";display: block;position: absolute;top:17px;left:-4px;width: 8px;height: 8px;background: #7bcf36;border-radius: 50%;    border: 1px #fff solid;}
.list_d table tr td a{display: block;line-height: 42px;color: #fff;font-size: 16px;padding-left: 28px;}
.list_b{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20190525/20190525171155_1535918098.jpg)no-repeat center;height: 229px;width:100%;}
.list_b a{color: #fff;}
.list_fb{background:#2454ac;border-radius: 50px;display: block;width: 102px;height: 26px;line-height: 26px;padding-left: 14px !important;font-size: 14px;position: absolute;right:-38px;top: 106px;}
.list_tel{background:#7bcf36;border-radius: 50px;display: block;width: 123px;height: 32px;line-height: 32px;padding-left: 20px;font-size: 16px !important;position: absolute;right:-38px;top: 137px;}
.prod_r{width: 913px;}
.prod_wr{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228151652_1468702251.jpg)no-repeat center;height: 48px;line-height: 48px;}
.prod_wr i{display: block;float: left;width: 9px;height: 9px;background: #7bcf36;margin-top: 21px;margin-right: 11px;}
.prod_wr t{font-size: 26px;color: #2454ac;}
.prod_wr a{display: block;float: right;width: 74px;height: 24px;line-height: 24px;color: #2454ac;font-size: 14px;border: 1px #eee solid;border-radius: 50px;text-align: center;margin-top: 12px;}
.prod_wr a:hover{background:#7bcf36;color:#fff;}
.prod_rr table tr td{display: block;float: left;padding: 0px !important;width: 287px;overflow: hidden;    margin-right: 26px;    margin-bottom: 25px;    position: relative;z-index: 2;}
.prod_rr table tr td:nth-child(3){margin-right: 0px}
.prod_rr table tr td span{display: block;height: 53px;background: #eee;position:relative;}
.prod_rr table tr td span a{display: block;line-height: 54px;color: #333;font-size: 14px;}
.prod_rr table tr td span:before{content:"";display: block;position: absolute;top:0px;left:0px;width: 100%;height: 4px;background: #2454ac;}
.prod_rr{margin-top: 24px;}

.prod_rr table tr td:before{    content: "";
    display: block;
    position: absolute;
    top: -67px;
    left: 122px;
    background:url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229160629_603496618.png)no-repeat;
    width: 50px;
    height:50px;
    border-radius: 50%;
-webkit-transition: all 0.5s;
    transition: all 0.5s;}
.prod_rr table tr td:hover:before{ top: 90px;}

.list_zb{height: 168px;width: 192px;position:relative;overflow: hidden;display: block;margin: 0 auto;}


/*产品优势*/
#advantage_bg{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228160010_2119036867.jpg)no-repeat center;width: 100%;min-width: 1200px;height: 1097px;margin-top: -92px;}
.advantage{position: relative;padding-top: 256px;}
.advantage_t{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228153517_162372833.png)no-repeat center;height: 118px;}
.advantage_t p{font-size: 50px;color:#fff;padding-left: 339px;}
.advantage_t span{color: #7bcf36;font-size: 40px;font-weight: bold;display: block;padding-left: 460px;}
.advantage_img{position: absolute;top:473px;right: -70px;z-index: 2;}
.advantage_wt{margin-top: 68px;}
.advantage_w1{width:474px;height: 142px;margin: 0 auto;border-bottom: 1px #eee solid;margin-left: 23px;padding-top: 55px;padding-left: 26px;    -webkit-transition: all 0.5s;
    transition: all 0.5s;}

.advantage_w1:hover{box-shadow:0px 0px 30px rgba(0,0,0,0.2) inset; }
.advantage_w1:hover .advantage_w2{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229145015_1694051537.png)no-repeat center left;}
.advantage_w1:hover .advantage_w3{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229145051_1679971041.png)no-repeat center left;}
.advantage_w1:hover .advantage_w4{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229145106_767009585.png)no-repeat center left;}

.advantage_w1:hover .advantage_w p{color: #7bcf36;}


.advantage_w2{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228160341_1570651644.png)no-repeat center left;width: 87px;height: 87px;}
.advantage_w3{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228161332_561259075.png)no-repeat center left;width: 87px;height: 87px;}
.advantage_w4{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228161347_1540034497.png)no-repeat center left;width: 87px;height: 87px;}

.advantage_w{margin-left: 23px;margin-top: 5px;}
.advantage_w p{font-size: 24px;font-weight: bold;color: #2454ac;}
.advantage_w span{font-size: 14px;color: #333;line-height: 20px;display: block;margin-top: 10px;}

/*公司优势*/
.adv_t{text-align: center;}
.adv_t p{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228161840_104548649.png)no-repeat center;font-size: 20px;margin-top: 21px;line-height: 20px;}


#tablit { position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 432px;
    margin-top: 48px;
}

#tablit dl { height:432px;width: 148px;float: right;display: block;position: relative;z-index: 2;}

#tablit dl dt {
    float: left;
    line-height: 69px;
    font-size: 24px;
}

#tablit dl dd {position: relative;
    width:148px;
    height: 48px;
    text-align: center;
    font-size: 20px;
    display: block;
    background-color: #f1f1f1;
    padding-top:60px; 
}
#tablit dl dd:before{content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    z-index: 2;
    right: 148px;
    top: 40px;}

#tablit dl dd.on:before {
    border-top: 10px solid transparent;
    border-right: 10px solid #19428e;
    border-bottom: 10px solid transparent;
}

#tablit dl dd:nth-child(1){background-image: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228170347_1333517442.png);}
#tablit dl dd:nth-child(2){background-image: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228170434_1115810657.png);}
#tablit dl dd:nth-child(3){background-image: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228170451_791402540.png);}
#tablit dl dd:nth-child(4){background-image: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228170505_786319249.png);}

#tablit dl dd:after{content: "";display: block;position: absolute;background:#e1e1e1;width: 116px;height:1px;bottom:0px;left:16px;}

#tablit dl dd.on:after{background:#19428e;}
#tablit dl dd:nth-child(4):after{display: none;}
#tablit dl dd.on {
    color: #fff;
    background: #19428e;
}
#tablit dl dd:nth-child(1).on{background-image: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228170614_1272458994.png);}
#tablit dl dd:nth-child(2).on{background-image: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228170945_2105353305.png);}
#tablit dl dd:nth-child(3).on{background-image: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228171053_596727072.png);}
#tablit dl dd:nth-child(4).on{background-image: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228171023_334388902.png);}
#tablit .out {
    color: #333;
}
#tablit .out p{color: #01426d;}

.tabcon {top: 0px; position: absolute;width: 1052px;height: 432px;}
.dis {
    display: none;
}
.adv_w{background: #fff;width: 402px;-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);box-shadow:0px 0px 5px rgba(0,0,0,0.1);position: relative;z-index: -1;padding-left: 50px;height: 432px;}
.adv_w:before{content: "";display: block;position: absolute;background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228190920_909360301.jpg)no-repeat;top:0px;left:0px;width: 147px;height: 78px;}
.adv_w1{padding-top: 108px;margin-bottom: 37px;}
.adv_w1 p{font-size: 30px;font-weight: bold;color: #19428e;}
.adv_w1 span{display: block;color: #999;font-size: 12px;margin-top:6px;margin-bottom: 12px;}
.adv_w2{font-size: 14px;line-height: 30px;width: 353px;}
.adv_w2 p:before{content: "";display: block;position: absolute;background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181228/20181228193105_220308615.png)no-repeat center;top:9px;left: 0px;width: 15px;height: 15px;}
.adv_w2 p{position: relative;padding-left: 26px;margin-bottom: 15px;}
.adv_w2 p>t{font-size: 16px;color: #19428e;font-weight: bold;}

/*流程*/
.custom_wt{height: 134px;border-radius:100px;background: #fff;-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.1);box-shadow:0px 0px 25px rgba(0,0,0,0.1);padding-top: 44px;}
.custom_wt li{display: block;float: left;width: 100px;text-align: center;margin-right: 87px;}

.custom_wt li:nth-child(6){margin-right: 0px;}
.custom_wt li:nth-child(1){margin-left:86px;}
.custom_wt li.active p{color: #7bcf36;}
.custom_wt li p{font-size: 20px;color: #333;margin-top: 10px;}
.col2 i{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229141802_64209121.png)no-repeat;width: 71px;height: 71px;display: block;-webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out; overflow: hidden;margin: 0 auto;}

.col2_1 i{background-position: -94px -26px;}
.col2_2 i{background-position: -281px -26px;}
.col2_3 i{background-position: -465px -26px;}
.col2_4 i{background-position: -658px -26px;}
.col2_5 i{background-position: -845px -26px;}
.col2_6 i{background-position: -1029px -26px;}

.col2.active i{background-position-y:-138px;}

/*厂房设备*/
#equ_bg{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229100129_1531088106.jpg)no-repeat center;width: 100%;min-width: 1200px;height:657px;margin-top: 48px;}
.equ{position: relative;}
.equ_img1{position:absolute;top:46px;left: 0px;width:462px;height:610px;overflow: hidden;-webkit-transition: all 0.5s;transition: all 0.5s;}
.equ_img1 p{position: absolute;bottom:46px;width: 187px;height: 52px;line-height: 52px;color: #fff;text-align: center;font-size: 16px;border: 1px #fff solid;margin: 0 auto;left: 133px;z-index: 2;-webkit-transition: all 0.5s;transition: all 0.5s;}
.equ_img1:before{content: "";position: absolute;display: block;width: 100%;background:rgba(36,84,172,0.5);height: 142px;bottom:0px;-webkit-transition: all 0.5s;transition: all 0.5s;}

.equ_img1:hover:before{bottom:-142px;}
.equ_img1:hover p{bottom:-60px;}

.equ_t{position:absolute;background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229102440_1383432292.png)no-repeat center;width: 325px;height: 377px;top:89px;left:461px;display: block;text-align: center;color: #fff;}
.equ_t p{width: 139px;height: 48px;line-height: 48px;font-size: 24px;border: 1px #fff solid;text-align: center;margin: 0 auto;margin-top: 166px;}
.equ_t span{font-size: 14px;display: block;margin-top: 26px;}
.equ_img2{position: absolute;top:46px;right: 0px;width:414px;height:421px;overflow: hidden;-webkit-transition: all 0.5s;transition: all 0.5s;}
.equ_img2 p{position: absolute;bottom:36px;width: 151px;height: 42px;line-height: 42px;color: #fff;text-align: center;font-size: 16px;border: 1px #fff solid;margin: 0 auto;left: 127px;z-index: 2;-webkit-transition: all 0.5s;transition: all 0.5s;}
.equ_img2:before{content: "";position: absolute;display: block;width: 100%;background:rgba(36,84,172,0.5);height: 116px;bottom:0px;-webkit-transition: all 0.5s;transition: all 0.5s;}

.equ_img2:hover:before{bottom:-142px;}
.equ_img2:hover p{bottom:-60px;}


.equ_img3{position:absolute;top:467px;left:461px;width:794px;height:232px;}
.equ_img3 a>p{position: relative;display: block;top:-130px;background-color:rgba(36,84,172,0.5);width:138px;height: 52px;line-height: 52px;color: #fff;font-size: 16px;background-image: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229100920_1629637359.png) ;background-repeat: no-repeat;background-position:125px;padding-left: 49px;-webkit-transition: all 0.5s;transition: all 0.5s;margin: 0 auto;z-index: 1;}

.equ_img3 a>p:hover{width:168px;background-color:rgba(123,207,54,0.5);-webkit-transition: all 0.5s;transition: all 0.5s;background-position:145px;}

/*公司简介*/
#com_bg{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229101346_725595538.jpg)no-repeat center;height: 581px;width: 100%;min-width: 1200px;}
.com_t{padding-top: 178px;}
.com_t span{color: #2454ac;font-size: 16px;}
.com_t p{color: #2454ac;font-weight: bold;margin-top: 15px; font-size:22px;}
.com_t em{display:block;width: 23px;height: 3px;background: #999;margin-top: 26px;}
.com .fl{width: 492px;}
.com_w{font-size: 14px;line-height:24px;margin-top: 28px;margin-bottom: 48px;}
/*服务*/
#service_bg{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229102951_1466965694.jpg)no-repeat center;height: 674px;width: 100%;min-width: 1200px;}
.service_t{text-align: center;font-size: 40px;font-weight: bold;color: #333;}

.page_img{position: relative;width: 554px;height: 443px;overflow:hidden;}
.page_img1 li{float: left;width: 554px;height: 443px;position: relative;}
.page_img1 li p{position: absolute;bottom:0px;width: 100%;text-align: center;color: #fff;height: 67px;background: rgba(0,0,0,0.4);line-height: 67px;font-size: 16px;}

.page_w1{width:271px;height: 58px;border: 1px #ccc solid;color: #0c6ca9;position: absolute;top:60px; left: 132px;padding-left:37px;}
.page_w1 p{font-size: 20px;font-weight: bold;margin-top:8px;margin-left: 54px;}
.page_w1 span{font-family: Arial, Helvetica, sans-serif;font-size: 14px;}
#company_img_btn_l{ background:url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229104320_1962930892.png) center no-repeat; width:41px; height:41px; left:20px; top:204px; cursor: pointer; position:absolute;}
#company_img_btn_r{ background:url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229104342_54350358.png) center no-repeat; width:41px; height:41px; right:20px; top:204px; cursor: pointer;position:absolute;}

.service_r{width: 617px;}
.service_w{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229105137_1962242172.jpg)no-repeat;height: 104px;}
.service_wt{padding-left: 38px;padding-top: 44px;}
.service_wt p{font-size: 20px;font-weight: bold;color: #333;}
.service_wt span{font-size: 14px;display: block;margin-top: 17px;}
.service_w1{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229105615_1571232568.jpg)no-repeat;height: 109px;width: 271px;    padding-top: 39px;}
.service_wt1 p{color: #fff;}
.service_wt1 span{color: #aaa;    margin-top: 12px;}
.service_w2{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229105906_1317783723.jpg)no-repeat;height: 109px;width: 270px;    padding-top: 39px;}
.service_wt2 p{color: #fff;}
.service_wt2 span{color: #b1cfe5;    margin-top: 12px;}
.service_w3{background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229110257_793952888.jpg)no-repeat;height: 118px;}

/*新闻*/
.news{ padding: 60px 0; background: #fff; width: 100%}
.news_lt{float:left;width: 753px;}
.news_l{ float:left; }
.news_l a {height: 55px; width:376px; background:#2454ac; margin-top: 1px; position: relative; display: block;float: left;}
.news_l a:before{ content: ''; display: block; width: 0; height: 0; border-top: 10px solid transparent; border-left: 10px solid #fff; border-bottom: 10px solid transparent; position: absolute; z-index: 2; right: 170px; top: 55px;  }
.news_l a.active:before{ border-right: 10px solid transparent; border-top: 10px solid #7bcf36; border-bottom: 10px solid transparent; }

.news_l a.dls1 > b{ background-position: 10px 15px; }
.news_l a.dls2 > b{ background-position: 10px -135px; }
.news_l a.active > b{ background-position-x:-60px; }
.news_l a > b img{ display: none}
/*.news_l a:after{ content: ''; display: block; position: absolute; top:0; left: -100%; transition:0.2s all ease-in-out; width: 100%; height: 100%; background:#ba1a1b; }*/
.news_l a:hover,.news_l a.active{ background:#7bcf36; }
.news_l a > *{ position: relative; z-index: 3}
/*.news_l a.active:after,.news_l a:hover:after{ left: 0; }*/
.news_l a strong { font-size: 16px; color: #fff; display: block;line-height: 32px; padding-top: 10px;font-weight: 100; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;float: left;padding-left: 25px;}
.news_l a.active strong{color: #fff;}
.news_l a.active > b{ border-color: #fff; }
.news_l a t{float: right;display: block;padding-right: 26px;padding-top: 23px;}


.news_nor { height: 492px; width: 753px; overflow: hidden;}
.new_cont .news_row2 { position: absolute; left: 0; top: 0; display: none; width: 753px; height: 495px; }
.new_cont { position: relative; width: 753px; height: 495px; display: block; }
.news_row2 .divdgweb_new_div, .news_row2 .news_div {height: 495px; font-weight: normal;    margin-top: 20px;}

.news_row2 .news_div_item, .news_row2 .divdgweb_new_div_item { position: relative; padding: 6px 0; height: 40px; overflow: hidden; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; border-bottom: 1px solid #f5f5f5; }
.news_row2 .divdgweb_new_div_item_date, .news_row2 .news_div_item_date { position: absolute; right: 20px; top: 17px; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.news_row2 .divdgweb_new_div_item_date > div, .news_row2 .news_div_item_date > div{ display: inline-block; color: #787878; font-size: 12px; font-family: 'arial'; }
.news_row2 .news_div_item_title, .news_row2 .divdgweb_new_div_item_title{ position: relative; }

.news_row2 .news_div_item_year:after, .news_row2 .news_div_item_year::after, .news_row2 .divdgweb_new_div_item_year:after, .news_row2 .divdgweb_new_div_item_year::after{ content: '-'; }
.news_row2 .on .news_div_item_year:after, .news_row2 .on .divdgweb_new_div_item_year:after,{ content: ''; }
.news_row2 .news_div_item_title:after, .news_row2 .divdgweb_new_div_item_title:after{ content: ''; background: #2454ac; width: 4px; height: 4px; position: absolute; left: 10px; top: 19px; }
.news_row2 .on .news_div_item_title:after, .news_row2 .on .divdgweb_new_div_item_title:after{ content: ''; display: none; }
.news_row2 .news_div_item_title .news_div_item_a, .news_row2 .divdgweb_new_div_item_title .divdgweb_new_div_item_a { font-size: 15px; color: #444; padding-left: 26px; display: block; line-height: 40px; width: 425px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.news_row2 .news_div_item_pic, .news_row2 .news_div_item_body, .news_row2 .divdgweb_new_div_item_body{ -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.news_row2 .news_div_item_pic { padding-top: 15px; padding-left: 15px; }
.news_row2 .news_div_item_pic a, .news_row2 .news_div_item_pic a img { display: block; width: 220px; height: 162px; }
.news_row2 .news_div_item.on, .news_row2 .divdgweb_new_div_item.on{ height: 173px; border-bottom: 1px dotted #ccc; padding: 0 0 20px; background: #fff;}
.news_row2 .news_div_item_body, .news_row2 .divdgweb_new_div_item_body { line-height: 24px; color: #767676; font-size: 13px; width: 477px; text-align: justify; position: absolute; right: 20px; top: 110px; }
.news_row2 .on .divdgweb_new_div_item_date, .news_row2 .on .news_div_item_date { top: 23px; right: 436px; }
.news_row2 .on .news_div_item_title .news_div_item_a, .news_row2 .on .divdgweb_new_div_item_title .divdgweb_new_div_item_a { position: absolute; left: 230px; top: 70px; width: 245px; }
.news_row2 .on .divdgweb_new_div_item_date > div, .news_row2 .on .news_div_item_date > div { font-weight: bold; color: #2454ac; font-size: 24px; line-height: 30px; }
.news_row2 .on .divdgweb_new_div_item_date > .divdgweb_new_div_item_year, .news_row2 .on .news_div_item_date > .news_div_item_year{ font-size: 12px; display: block; font-weight: 100; line-height: 20px; text-indent: 1px; }
.news_row2 .on .news_div_item_date > .news_div_item_year:after,.news_row2 .on .divdgweb_new_div_item_date > .divdgweb_new_div_item_year:after{ content: ''; }


.wend{ float: right; margin-right: 0; padding-left: 16px; width:400px; height: 492px; }
.wend h2{ left:0; margin-bottom: 0; margin-bottom: 25px;border-bottom:2px #eee solid;height: 55px;background: url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229163417_2048019564.jpg)no-repeat center left;}
.wend h2 a{ font-size:20px; color:#333;font-weight: normal;padding-left: 20px;    line-height: 55px;}
.more{    padding-left: 109px !important;}
.wend .divdgweb_new_div_item_a { font-size: 15px; }
.wend .divdgweb_new_div_item_content{border-bottom: 1px solid #eee; padding: 22px 0 0 0;}
.wend .lastdl{ border-bottom: none;}
.wend .divdgweb_new_div_item_title{ height:29px; padding-left:30px; line-height:29px; background:url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229163646_304990410.jpg) no-repeat left top; font-size:14px; color:#333333; overflow: hidden;font-weight: bold;}
.wend .divdgweb_new_div_item_title a{ color:#333333;}
.wend .divdgweb_new_div_item_title a:hover{color: #333}
.wend .divdgweb_new_div_item_body{ padding-left:30px; background:url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229163714_1582555424.jpg) no-repeat left top; line-height:25px; color:#666; height: 75px; font-size: 13px; overflow: hidden;}



/*版权*/
#footer_bg{background: #2454ac;width: 100%;min-width:1200px;height: 355px;}
.footer_l{margin-left: 50px;height: 194px;border-bottom: 1px #19438f solid;width: 890px;margin-top: 60px;}
.footer_t{height: 55px;background: #2f67ce;color:#fff;color: #fff;text-align: center;font-size: 15px;line-height: 55px;letter-spacing: 0.2px;}
.footer_t a{font-size: 15px;color: #fff;line-height: 55px;letter-spacing: 0.2px;}
.footer_tu{background:url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229114350_1137257655.png)no-repeat center;width: 45px;height: 45px;}
.footer_tu1{background:url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229115156_1132078218.png)no-repeat center;width: 45px;height: 45px;}
.footer_tu2{background:url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229115211_1210567904.png)no-repeat center;width: 45px;height: 45px;}
.footer_tu3{background:url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229115228_929343428.png)no-repeat center;width: 45px;height: 45px;}
.footer_wt{margin-top: 40px;}
.footer_w p{color: #fff;font-size: 18px;}
.footer_w span{color: #a3c2fb;font-size: 14px;}
.footer_w{margin-left: 15px;}
.footer_wt li{display: block;float: left;width: 220px;}
.xian{width: 890px;margin-left: 50px;height: 1px;background:#2f67ce;}
.link{margin-left: 50px;margin-top: 30px;}
.link_l{color:#fff;font-size: 14px;}
.link_r{}
.copy{background: #222;height: 140px;line-height: 70px;width: 100%;min-width: 1200px; font-size:13px;color:#929292; }
.copy a{color:#929292; font-size:13px;}

.footer_wt li:hover .footer_tu{background:url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229140435_959901907.png)no-repeat center;}

.footer_wt li:hover .footer_tu1{background:url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229140521_1402472442.png)no-repeat center;}

.footer_wt li:hover .footer_tu2{background:url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229140536_58543638.png)no-repeat center;}

.footer_wt li:hover .footer_tu3{background:url(//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229140556_1513658622.png)no-repeat center;}















/*浮动*/

.qqkefu{
    position: fixed;
    top:50%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
    /*right:0;*/
    right: 30px;
    width:39px;
}
.qqkefu ul li{
    width: 45px;
    height:45px;
    margin-bottom:1px;
    float:right;
    background:url("//memberpic.114my.com.cn/076983528356/uploadfile/image/20181229/20181229161505_515234613.png") no-repeat;
    background-color: #2454ac;
    line-height:45px;
    font-size:14px;
    cursor:pointer;
    position:relative;
}
.qqkefu ul li a{
    color:#fff;
    overflow: hidden;
    display: block;
    height: 45px;
    padding-left: 10px;
}
.qqkefu ul li.qq_cza{
    overflow:hidden
}
.qqkefu ul li:hover{
    background-color:#7bcf36;
}
.qqkefu ul li.top{
    background-position: 0 0;
    position:relative;
    width:45px;
    height: 45px;
    cursor:pointer;
}

.qqkefu ul li b{
    width:45px;
    height:45px;
    display:block;
    overflow:hidden;
    float:right;
}
.qqkefu ul li span{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
.qqkefu ul li.qq_phone{
    background-position: right -46px;
}
.qqkefu ul li.qq_ku{
    background-position: right -92px;
}
.qqkefu ul li.qq_ms{
    background-position: right -138px;
}
.qqkefu ul li.qq_czb{
    background-position: right -184px;
}
.qqkefu ul li.qq_czc{
    background-position: right -184px;
}
.qqkefu ul li.qq_app{
    background-position: right -228px;
}
.qqkefu ul li.qq_czae{ line-height:15px !important}

    .erweima{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.erweima p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.erweima p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.erweima .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 122px;
}
    .app{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.app p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.app p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.app .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 132px;
}


    .erweima1{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.erweima1 p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.erweima1 p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.erweima1 .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 122px;
}

.parameter{    font-size: 14px;
    text-indent: 2em;
    line-height: 28px;}










/*产品参数*/
    .cpcs {
        width: 900px;
        font-size: 14px;
        line-height: 28px;
    }
    .cpcs_t {
        float: left;
        width: 362px;
        background: #f5f5f5;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .cpcs_wt p {
        font-size: 24px;
        text-align: center;
        color: #2454ac;
       margin-top: 15px;
    margin-bottom: 10px;
    }
    .cpcs_wt img {
        margin-bottom: 10px;
            width: 745px;
    }
    .cpcs_w {
    padding-left: 20px;
    line-height: 46px;
    font-size: 20px;
    color: #fff;
    background: #2454ac;
    margin-bottom: 20px;
    }
    .cpcs_ww{margin-bottom: 20px;}
    .cpcs_ww table {
        border-collapse: collapse;
        width: 100%;
    }
    .cpcs_ww table td {
        border: 1px #ccc solid !important;
        line-height: 30px;
        text-align: center;
    }
.detail_title{margin-left: 0px !important;border-bottom: 1px solid #fff !important;}
.pcontent_title_h4 h4{text-align: center;font-size: 20px;    color: #2454ac !important;}